home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
lib
/
mkmf
/
Makefile.md
< prev
next >
Wrap
Makefile
|
1990-03-13
|
791b
|
29 lines
#
# Prototype Makefile for machine-dependent directories.
#
# A file of this form resides in each ".md" subdirectory of a
# command. Its name is typically "md.mk". During makes in the
# parent directory, this file (or a similar file in a sibling
# subdirectory) is included to define machine-specific things
# such as additional source and object files.
#
# This Makefile is automatically generated.
# DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
#
# Generated from @(TEMPLATE)
# @(DATE)
#
# For more information, refer to the mkmf manual page.
#
# $Header: /sprite/lib/mkmf/RCS/Makefile.md,v 1.6 90/03/12 23:28:42 jhh Exp $
#
# Allow mkmf
SRCS = @(SRCS)
HDRS = @(HDRS)
MDPUBHDRS = @(PUBHDRS)
OBJS = @(OBJS)
CLEANOBJS = @(CLEANOBJS)
INSTFILES = @(INSTFILES)
SACREDOBJS = @(SACREDOBJS)